home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / absetup.exe / {app} / Ahnblatt.exe / 0 / RCDATA / TGLOESCHENFORM / TGLOESCHENFORM.txt
Text File  |  2014-12-03  |  4KB  |  195 lines

  1. object GLoeschenForm: TGLoeschenForm
  2.   Left = 1175
  3.   Top = 583
  4.   HelpContext = 424
  5.   ActiveControl = CheckGLSB
  6.   BorderIcons = [biSystemMenu, biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Gruppe l'#246'schen'
  9.   ClientHeight = 332
  10.   ClientWidth = 347
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'Arial'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poDefault
  19.   OnCreate = TntFormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 14
  23.   object Auswahlkriterium: TTntGroupBox
  24.     Tag = 104
  25.     Left = 9
  26.     Top = 10
  27.     Width = 331
  28.     Height = 222
  29.     Caption = 'Auswahlkriterium'
  30.     TabOrder = 0
  31.     DesignSize = (
  32.       331
  33.       222)
  34.     object Label1: TTntLabel
  35.       Left = 185
  36.       Top = 144
  37.       Width = 75
  38.       Height = 14
  39.       Alignment = taRightJustify
  40.       Anchors = [akTop, akRight]
  41.       Caption = 'max. Suchtiefe:'
  42.     end
  43.     object CheckGLVw: TTntRadioButton
  44.       Tag = 103
  45.       Left = 22
  46.       Top = 142
  47.       Width = 156
  48.       Height = 20
  49.       Caption = 'Verwandte von...'
  50.       TabOrder = 4
  51.       TabStop = True
  52.       OnClick = CheckGLClick
  53.     end
  54.     object CheckGLSB: TTntRadioButton
  55.       Tag = 101
  56.       Left = 22
  57.       Top = 22
  58.       Width = 298
  59.       Height = 20
  60.       Caption = 'Suchbegriffe...'
  61.       Checked = True
  62.       TabOrder = 0
  63.       TabStop = True
  64.       OnClick = CheckGLClick
  65.     end
  66.     object CheckGLAL: TTntRadioButton
  67.       Tag = 102
  68.       Left = 22
  69.       Top = 46
  70.       Width = 298
  71.       Height = 20
  72.       Caption = 'Vorfahren (direkt) von...'
  73.       TabOrder = 1
  74.       TabStop = True
  75.       OnClick = CheckGLClick
  76.     end
  77.     object CheckGLSL: TTntRadioButton
  78.       Tag = 103
  79.       Left = 22
  80.       Top = 94
  81.       Width = 298
  82.       Height = 20
  83.       Caption = 'Nachfahren (direkt) von...'
  84.       TabOrder = 2
  85.       TabStop = True
  86.       OnClick = CheckGLClick
  87.     end
  88.     object CheckGLAlle: TTntRadioButton
  89.       Tag = 103
  90.       Left = 22
  91.       Top = 190
  92.       Width = 298
  93.       Height = 19
  94.       Caption = 'individuelle Auswahl'
  95.       TabOrder = 3
  96.       TabStop = True
  97.       OnClick = CheckGLClick
  98.     end
  99.     object GLVwSuchtiefe: TCSpinEdit
  100.       Left = 271
  101.       Top = 141
  102.       Width = 49
  103.       Height = 23
  104.       MaxValue = 999
  105.       TabOrder = 5
  106.       Value = 4
  107.     end
  108.     object CheckGLALalle: TTntRadioButton
  109.       Tag = 102
  110.       Left = 22
  111.       Top = 70
  112.       Width = 298
  113.       Height = 20
  114.       Caption = 'Vorfahren (komplett) von...'
  115.       TabOrder = 6
  116.       TabStop = True
  117.       OnClick = CheckGLClick
  118.     end
  119.     object CheckGLSLalle: TTntRadioButton
  120.       Tag = 103
  121.       Left = 22
  122.       Top = 118
  123.       Width = 298
  124.       Height = 20
  125.       Caption = 'Nachfahren (komplett) von...'
  126.       TabOrder = 7
  127.       TabStop = True
  128.       OnClick = CheckGLClick
  129.     end
  130.     object CheckGLLebende: TTntRadioButton
  131.       Tag = 103
  132.       Left = 22
  133.       Top = 166
  134.       Width = 298
  135.       Height = 19
  136.       Caption = 'nur Lebende'
  137.       TabOrder = 8
  138.       TabStop = True
  139.       OnClick = CheckGLClick
  140.     end
  141.   end
  142.   object Lschen: TTntGroupBox
  143.     Tag = 105
  144.     Left = 10
  145.     Top = 237
  146.     Width = 331
  147.     Height = 52
  148.     Caption = 'L'#246'schen'
  149.     TabOrder = 1
  150.     object CheckGLAUSW1: TTntRadioButton
  151.       Tag = 106
  152.       Left = 22
  153.       Top = 19
  154.       Width = 126
  155.       Height = 26
  156.       Caption = 'nur Auswahl'
  157.       TabOrder = 0
  158.       TabStop = True
  159.     end
  160.     object CheckGLAUSW2: TTntRadioButton
  161.       Tag = 107
  162.       Left = 168
  163.       Top = 17
  164.       Width = 135
  165.       Height = 26
  166.       Caption = 'alles au'#223'er Auswahl'
  167.       TabOrder = 1
  168.       TabStop = True
  169.     end
  170.   end
  171.   object OK: TTntButton
  172.     Tag = 108
  173.     Left = 170
  174.     Top = 298
  175.     Width = 81
  176.     Height = 26
  177.     Caption = '&Weiter'
  178.     Default = True
  179.     ModalResult = 1
  180.     TabOrder = 2
  181.     OnClick = OKClick
  182.   end
  183.   object Abbruch: TTntButton
  184.     Tag = 109
  185.     Left = 261
  186.     Top = 298
  187.     Width = 80
  188.     Height = 26
  189.     Cancel = True
  190.     Caption = '&Abbrechen'
  191.     ModalResult = 2
  192.     TabOrder = 3
  193.   end
  194. end
  195.